Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: 64-bit support preparations #20271

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Conversation

fzi-haxel
Copy link
Contributor

Contribution description

Part 2 of the 64-bit preparation. This PR contains the changes to pkg.
Most of the changed files are related to the addition of arch_64bit.

Other non-patch fixes are:

  • hacl, wolfssl: Fixed different types between function declaration and implementation.
  • lwip: Add required flag for 64 bit and bug fix in lwip_sock.

Since #20154, most of the patches are upstream (thanks again to @OlegHahm for his support).
But three patches remain:

The commits are part of this patch series

Testing procedure

All tests and applications should remain unchanged for existing platforms.

Issues/PRs references

See also #19890, #20154, and #20257

* Added arch_64bit feature and added it to all packages that require 32 bit.
* hacl, wolfssl: Fixed different types between function declaration and implementation.
* lwip: Add required flag for 64 bit and bug fix in `lwip_sock`.
* micro-ecc: Workaround for GCC warning when using `__int128`.
Cast length to `size_t` in macro, before printing.
@github-actions github-actions bot added Area: network Area: Networking Area: pkg Area: External package ports Area: Kconfig Area: Kconfig integration labels Jan 18, 2024
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 18, 2024
@riot-ci
Copy link

riot-ci commented Jan 18, 2024

Murdock results

✔️ PASSED

db575ac pkg/tinydtls: fix debug message

Success Failures Total Runtime
8100 0 8101 11m:09s

Artifacts

@benpicco benpicco added this pull request to the merge queue Jan 18, 2024
Merged via the queue into RIOT-OS:master with commit dcde978 Jan 18, 2024
27 checks passed
@fzi-haxel fzi-haxel deleted the native64-part2 branch January 19, 2024 12:26
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Kconfig Area: Kconfig integration Area: network Area: Networking Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants